.features-section{background-color:#f0f4ff;padding:80px 0}.features-container{max-width:1200px;margin:0 auto}.features-grid{display:grid;grid-template-columns:1fr;gap:40px}.feature-category{border-radius:16px;padding:44px}.category-header{display:flex;align-items:center;justify-content:center;margin-bottom:50px}.category-tag{background-color:#e0e8ff;color:#6c63ff;padding:4px 12px;border-radius:8px;font-weight:700;margin-right:15px}.category-header h3{font-size:24px;font-weight:700;color:#333}.category-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:30px}.feature-item{text-align:center;cursor:pointer;transition:transform .3s ease;padding:20px;border-radius:12px;box-sizing:border-box}.feature-item:hover{background-color:#fff;box-shadow:0 0 15px rgba(138,43,226,.3);border-radius:12px;box-sizing:border-box;cursor:pointer;transform:translateY(-5px)}.feature-iconBox{display:flex;justify-content:center;margin-bottom:15px}.feature-item img{width:48px;height:48px}.feature-item h4{font-size:18px;font-weight:700;color:#333;margin-bottom:8px}.feature-item p{font-size:14px;color:#666}.feature-item.highlight{background-color:#f0f4ff;border:2px solid #4a69e2;border-radius:12px;padding:20px}@media (max-width:768px){.category-items{grid-template-columns:repeat(2,1fr)}.category-header h3{font-size:20px}.features-section{padding:40px 10px}}